home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / telecomm / sticpsrc.lzh / CONFIG.ARC / AUTOEXEC.NET < prev    next >
Text File  |  1990-06-24  |  2KB  |  93 lines

  1. # PE1CHL-NET configuration file for PC
  2. #
  3. # insert your callsign (in lowercase) instead of the callsign below.
  4. # don't add an SSID here, and change only the part between - and }
  5. #
  6. setenv CALLSIGN ${CALLSIGN-pe1zzz}
  7. #
  8. # COM1 connected to 2m (144), COM2 to 70cm (430)
  9. # Setup COM1 (second line) and COM2 (first line). don't change parameters!
  10. #
  11. attach com 2 ax25 430 256 4800 n $CALLSIGN-7
  12. attach com 1 ax25 144 256 4800 n $CALLSIGN-2
  13. #
  14. # attach the NET/ROM interface & set the call to be used by NET/ROM level 3
  15. #
  16. #attach netrom $CALLSIGN-9
  17. #
  18. # remainder of configuration
  19. #
  20. source \net\config.net
  21. #
  22. # Addresses, IP routing table and ARP commands, Misc
  23. #
  24. hostname $CALLSIGN.ampr.org
  25. ip address $CALLSIGN
  26. source \net\routes.net
  27. log c:\net\net.log
  28. del -f ${NETMAILQ}*.lck
  29. #
  30. # NET/ROM configuration and filtering of reliable nodes
  31. #
  32. #netrom info c:\net\nr_info.txt
  33. #netrom interface 144 "#TCPIP" 192 lap
  34. #netrom interface 430 "#TCPIP" 192 uplink
  35. #netrom tcpip broadcast "#TCPIP"
  36. #netrom nodefilter add pa0gri-2 144
  37. #netrom nodefilter add pi8rni-7 430
  38. #
  39. # KISS and AX25 stuff for each TNC connected
  40. #
  41. mheard 430 23
  42. mheard 144 23
  43. mode 430 datagram
  44. mode 144 datagram
  45. ax25 digipeat 430 gate
  46. ax25 digipeat 144 gate
  47. ax25 persist 430 128 5 64 60 900
  48. ax25 persist 144 128 5 64 60 900
  49. #
  50. # AX25 ports.  1=TNC 2=NetDigi 3=MHEARD 4=Bridge 5=TNC2 6=MBOX
  51. #
  52. ax25 port 1 conn $CALLSIGN
  53. ax25 port 2 digi $CALLSIGN-3 144 gate
  54. ax25 port 2 digi $CALLSIGN-8 430 gate
  55. ax25 port 3 conn $CALLSIGN-3 144 multi
  56. ax25 port 3 conn $CALLSIGN-8 430 multi
  57. ax25 port 4 conn $CALLSIGN-6
  58. ax25 port 5 conn $CALLSIGN-12
  59. ax25 port 6 conn $CALLSIGN-1
  60. #
  61. # initialize KISS TNC on 430
  62. #
  63. param 430 1 36
  64. param 430 2 50
  65. param 430 3 30
  66. param 430 4 3
  67. param 430 5 0
  68. #
  69. # initialize KISS TNC on 144
  70. #
  71. param 144 1 36
  72. param 144 2 50
  73. param 144 3 30
  74. param 144 4 3
  75. param 144 5 0
  76. #
  77. # now we can safely start all servers
  78. #
  79. start discard
  80. start echo
  81. start finger
  82. start ftp
  83. #start rcmd 333 "hier de password zin voor de rcmd server invullen"
  84. start smtp
  85. start telnet
  86. #
  87. ax25 start bridge
  88. ax25 start mbox ${NETFINGER}naam.txt
  89. ax25 start mheard
  90. ax25 start netdigi
  91. ax25 start tnc "= Connect Text ="
  92. #ax25 start tnc2 3=144 4=430
  93.